home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / network / atre12.zip / TEST.LF < prev   
Text File  |  1991-07-05  |  533b  |  38 lines

  1. # This is a comment
  2. tree
  3.     size = 2000 # This is a comment too
  4.     minimum correct = 9
  5.     max epochs = 10
  6.  
  7. function
  8.         domain dimensions = 1
  9.     coding = 50:4 50:4
  10.     largest = 11 101
  11.     smallest = -1 -1
  12.     quantization = 101 101
  13.         
  14.     training set size = 6
  15.     training set =
  16. #comment.
  17.     0 0
  18.     1 1
  19.     3 9
  20.     5 25
  21.     7 49
  22.     9 81 
  23.  
  24.     test set size = 11
  25.     test set =
  26.  
  27.     0 0
  28.     1 1
  29.     2 4
  30.     3 9
  31.     4 16
  32.     5 25
  33.     6 36
  34.     7 49
  35.     8 64
  36.     9 81
  37.     10 100.0
  38.